home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / CustomAttribute / IsAppRunning.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-21  |  309 b   |  14 lines  |  [TEXT/KAHL]

  1. #ifndef _ISAPPRUNNING_
  2. #define _ISAPPRUNNING_
  3.  
  4. #include <processes.h>
  5.  
  6. Boolean IsAppRunning( OSType targetType,
  7.                       OSType targetSignature,
  8.                       ProcessSerialNumber *targetPSN, 
  9.                       ProcessInfoRec *targetPIRec, 
  10.                       StringPtr targetName ) ;
  11.  
  12. OSErr LaunchApp( OSType targetSignature);
  13.                       
  14. #endif